Skip to content

Conversation

@apykhteyev
Copy link
Contributor

🏷 Type of documentation

  • new bid adapter
  • update bid adapter
  • new feature
  • text edit only (wording, typos)
  • bugfix (code examples)
  • new examples

📋 Checklist

  • Related pull requests in prebid.js or server are linked -> Paste link in this list or reference it on the PR itself
  • For new adapters check submitting your adapter docs

@netlify
Copy link

netlify bot commented Feb 12, 2025

Deploy Preview for prebid-docs-preview ready!

Name Link
🔨 Latest commit fe81c05
🔍 Latest deploy log https://app.netlify.com/sites/prebid-docs-preview/deploys/67d3c6110c51db0008f81d97
😎 Deploy Preview https://deploy-preview-5870--prebid-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@muuki88
Copy link
Contributor

muuki88 commented Mar 3, 2025

Looks good. Can you please link the related PR?

@bretg
Copy link
Contributor

bretg commented Mar 3, 2025

there aren't any PRs in either PBJS or PBS. @apykhteyev - I see this is an alias of limelight. Are there any code PRs to limelight needed to declare support for TCF?

I confirmed that GVL 1358 is iion

@apykhteyev
Copy link
Contributor Author

there aren't any PRs in either PBJS or PBS. @apykhteyev - I see this is an alias of limelight. Are there any code PRs to limelight needed to declare support for TCF?

I confirmed that GVL 1358 is iion

We don't need to have any update of the code for now

@bretg
Copy link
Contributor

bretg commented Mar 5, 2025

@apykhteyev - there does need to be a code update.

  1. Your Prebid.js bid adapter needs this update:
aliases: [
  { code: 'pll' },
  { code: 'iionads', gvlid: 1358 },
  { code: 'apester' },
  { code: 'adsyield' },
  { code: 'tgm' },
  { code: 'adtg_org' },
  { code: 'velonium' },
  { code: 'orangeclickmedia' },
  { code: 'streamvision' }
]
  1. Your prebid server bid adapters need updates:

For PBS-Java, update https://github.com/prebid/prebid-server-java/blob/master/src/main/resources/bidder-config/limelightDigital.yaml

      iionads:
        enabled: false
        endpoint: http://ads-pbs.iionads.com/openrtb/{{PublisherID}}?host={{Host}}
        vendor-id: 1358

For PBS-Go, update https://github.com/prebid/prebid-server/blob/e0b7ed32151556436d098293326276ddd080219f/static/bidder-info/iionads.yaml#L2

endpoint: "http://ads-pbs.iionads.com/openrtb/{{.PublisherID}}?host={{.Host}}"
aliasOf: "limelightDigital"
gvlVendorID: 1358

@apykhteyev
Copy link
Contributor Author

https://github.com/prebid/prebid-server/pull/4253/files - PBS

@apykhteyev
Copy link
Contributor Author

prebid/Prebid.js#12859 - PbJS

@bretg

@muuki88 muuki88 merged commit 1d679f9 into prebid:master Apr 15, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants